home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / comm2 / hydracom.lha / source / makefile.jpi < prev    next >
Makefile  |  1994-01-19  |  460b  |  20 lines

  1. #system auto exe
  2. #model small jpi
  3.  
  4. #declare_compiler asm=
  5. '#set make=%%remake
  6.  #if %%make #then
  7.   #edit save %%src
  8.   #run "tasm /mx /v /z /zi /w2 /d_%%model %%src,%%obj; >tasmtmp.$$$" no_window no_abort
  9.   #file adderrors tasmtmp.$$$
  10.   #file delete tasmtmp.$$$
  11.  #endif
  12.  #pragma link(%%obj)'
  13.  
  14. #pragma define(_CLIP_WIN_ => on)
  15. #pragma define(_JPI_ => on)
  16. #pragma define(__PROTO__ => on)
  17.  
  18. #compile syspc,dos_file,misc,fmisc,hydra,hydracom,async.asm
  19. #link hydracom
  20.